Welcome![Sign In][Sign Up]
Location:
Search - API english

Search list

[Windows DevelopWINAPI手册

Description: WIN API手册 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 664 KB -WIN books API Manual Language : English books categories : program design license : free software books Size : 664 KB
Platform: | Size: 680223 | Author: 陆宜山 | Hits:

[Windows Develop新编WindowsAPI参考

Description: 新编Windows API参考大全 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 127 KB -New Encyclopaedia Windows API reference books Language : English books types : Authorization Program Design : free software books Size : 127 KB
Platform: | Size: 130010 | Author: 陆宜山 | Hits:

[Other resourcejavaChinaAPI

Description: 我看到许多论坛的朋友, 寻找 中文的javaAPI, 无奈sun没有提供中文的,这是SUN对中国程序员的轻视,有日文,为什么不能有中文,小日本为什么不用看英文。 我利用JavaWebStudio里提供的, 制作chm格式的, 希望对大家学习java提供方便。 我看到?矶嗦厶车呐笥眩?寻找 中文的javaAPI, 无奈sun没有提供中文的,这是SUN对中国程序员的轻视,有日文,为什么不能有中文,小日本为什么不用看英文。 我利用JavaWebStudio里提供的, 制作chm格式的, 希望对大家学习java提供方便。-I see many friends in the forum, the Chinese find javaAPI Unfortunately, the Chinese do not provide sun, it is Sun programmers to China lightly, Japanese, why not Chinese, the small Japanese Why not look at the English. I use JavaWebStudio Lane, with the production chm format, we hope to facilitate learning java. I see many friends in the forum, the Chinese find java API Unfortunately, the Chinese do not provide sun, it is Sun programmers to China lightly, Japanese, why not Chinese
Platform: | Size: 2061309 | Author: 陈三 | Hits:

[Other resourceJavaMail_teach

Description: JavaMail开发手册.pdf 英文教材 1. Tutorial tips 2 2. Introducing the JavaMail API 3 3. Reviewing related protocols 4 4. Installing JavaMail 6 5. Reviewing the core classes 8 6. Using the JavaMail API 13 7. Searching with SearchTerm 21 8. Exercises 22 9. Wrapup 32-JavaMail Development Manual. Pdf an English textbook. Tutorial tips 2 2 . Introducing the JavaMail API 3. Reviewing re lated protocols 4. Installing JavaMail 6 5. Re viewing the core classes 6. Using the JavaMail API 13 7. Searching with SearchTerm 21 8. Exerci ses 22 9. Wrapup 32
Platform: | Size: 55509 | Author: 赵宁 | Hits:

[Other resourceStruts1-1API

Description: 使用struts的中文api.看不懂英文的朋友..抓紧下了.-use struts Chinese api. They did not understand English friends .. seize the next.
Platform: | Size: 2083080 | Author: 杨红雷 | Hits:

[GDI-BitmapWindows图形编程

Description: Windows图形编程(英文),留美学者袁峰的一本绝嘉好书.我好不容易才找到,还买了此书的中文版.此书深入api,windows内部核心数据结构,direct核心数据结构,gui编程,字体结构. 强烈推荐-Windows graphical programming (English), the holder of the scholar Yuan Feng-chia never a good book. I finally find, but also bought a book of the Chinese version. Api-depth book, windows core internal data structure, direct core data structure, gui programming font structure. Strongly recommended!
Platform: | Size: 9488496 | Author: 何必呢 | Hits:

[Other resourcethegenius-source

Description: 一个人工智能的国际象棋游戏,用VC写的,完全采用的win32 API,而没有用MFC。英文介绍为:The Genius is a chess engine that uses AI techniques to play against humans。-an artificial intelligence international chess game, with VC written entirely using the win32 API, not using MFC. English introduced : The Genius is a chess engine that uses AI techniq Reconciliation to play against humans.
Platform: | Size: 312051 | Author: 刘维超 | Hits:

[Othercolourhunter

Description: 颜色小猎人-易语言编程(中文编程) 对api函数的运用例子. 能随时随地获取鼠标所在区域的颜色.并以数值的形式呈现出来-colors hunter-easy programming language (English programming) on the use of api function examples. Can be obtained at any time Mouse region of the color. and the form of a numerical presentation
Platform: | Size: 2506 | Author: 79282853 | Hits:

[Process-Threadsameprocess

Description: 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程序有两种途径,要么通过浏览器要么通过API调用诸如CreateProcess。首先侦察特定的窗口类是否存在,如果不存在,就创建一个新的窗口类,如果存在,那么使最近创建的进程发送一个消息到已存在的窗口,并使新近运行的实例窗口处于激活状态,先前的程序实例将启动一个单独的线程。 在此示例中,作者采用了一个MFC MDI程序,即使有多个程序实例在运行,任务管理器或者进程查看器(Process Viewer)将只会显示一个进程,当如果用WINDOWS自带程序SPY++查看,您将会发现该进程拥有许多线程,并且不同的MDI窗口集合分别属于不同的线程-seemed familiar with the case, You will know that the Internet Advanced Settings, there is a choice : "In the new process here (in English : Browse in a New Process)" If you put it right in front of the hook removed, and then run IE, and open the Task Manager View all process, You will find no new IExplorer.exe process. Instead, the new IExplorer.exe process. When we needed the procedure much of the data shared between the examples, This can run multiple instances of a process in the same space procedure is very useful. It is very simple to achieve, as we all know, launching an application of any two channels either through the browser or through API calls such as CreateProcess. First reconnaissance particular window class existence, if they do not exist, create a new window type
Platform: | Size: 47300 | Author: 苏语 | Hits:

[Other resource20060929030

Description: Vxworks 驱动的API参考,英文文档,但是内容齐全。-Vxworks-driven API reference, English documentation, but as complete.
Platform: | Size: 1290163 | Author: yan | Hits:

[Other resourceJDBC_API_Tutorial

Description: 一本极好描述JDBC API编程的手册,是英文版本,浅显易懂.J2EE难得的佳作-an excellent description of the JDBC API programming manual, is the English version, simple words. J2EE rare paintings
Platform: | Size: 1374983 | Author: 逍遥书生 | Hits:

[Multimedia programReciter_reader

Description: 调用WINDOWS API 实现文本的朗读,仅限于英语,系统升级后可以选择不同的机器人发音.-called Windows API reading of the text is limited to English, The upgraded system can choose a different robot pronunciation.
Platform: | Size: 97058 | Author: Jerry | Hits:

[Other resourcecb_dic3

Description: 利用micorwindows实现英英词典 此为:底层操作api-use micorwindows English dictionary to achieve this : the underlying operating api
Platform: | Size: 18239 | Author: 开心先生 | Hits:

[GDI-BitmapWindows图形编程

Description: Windows图形编程(英文),留美学者袁峰的一本绝嘉好书.我好不容易才找到,还买了此书的中文版.此书深入api,windows内部核心数据结构,direct核心数据结构,gui编程,字体结构. 强烈推荐-Windows graphical programming (English), the holder of the scholar Yuan Feng-chia never a good book. I finally find, but also bought a book of the Chinese version. Api-depth book, windows core internal data structure, direct core data structure, gui programming font structure. Strongly recommended!
Platform: | Size: 9488384 | Author: 何必呢 | Hits:

[Education soft systemcb_dic3

Description: 利用micorwindows实现英英词典 此为:底层操作api-use micorwindows English dictionary to achieve this : the underlying operating api
Platform: | Size: 18432 | Author: 开心先生 | Hits:

[Documents200409131624361470

Description: JAVA中文API,听不错的,就是不太全-java API Documentation in chinese, it sounds good, but it does not cover the entire English version
Platform: | Size: 2061312 | Author: 善良 | Hits:

[Windows CEWinCE通信指南之配套光盘

Description: WINDOWS CE 通信指南(附光盘) 本书配套光盘内容包括:本书的英文版电子书;SDK for Windows CE,Handheld PC Professional Edition 3.0;范例源代码;送“Internet互联网即时通”多媒体学习软件。 本书是Microsoft Windows CE开发人员指南系列丛书之一。Microsoft Windows CE是公司为系统资源有限的设备开发的一种小型操作系统。因为Windows CE具有模块化的设计特征,所以能够适用于多种设备,包括从手提PC(H/PC)到嵌入式系统。全书共分十章:Windows CE通信概述,串行通信,电话API,远程访问服务,Windows插口,Windows连网,Internet连接,安全支持提供者接口密码技术和无线服务。 本书是为Windows CE开发人员编写的,是Windows CE应用程序开发人员必备的手册,同时也可作为广大科技人员,大专院校相关专业师生自学的参考书。 本书配套光盘内容包括:本书的英文版电子书;SDK for Windows CE,Handheld PC Professional Edition 3.0;范例源代码;送“Internet互联网即时通”多媒体学习软件。-WINDOWS CE Communication Guide (CD-ROM) discs supporting the book include : the English version of the book, e-books; SDK for Windows CE, Handheld PC Professional Edition 3.0; Examples of source code; Send "Internet Internet instant messaging" multimedia learning software. The book is a Microsoft Windows CE Developer's Guide Series one. Microsoft Windows CE for the system is the limited resources of equipment developed by a small operating system. Because Windows CE has a modular design features, can be applied to multiple devices, including mobile PC (H/PC) to the embedded system. The book is divided into 10 chapters : Overview of Windows CE communications, serial communications, telephone API, remote access services, Windows sockets, Windows networking, Internet connectiv
Platform: | Size: 390144 | Author: alen | Hits:

[JSPjava函数速查中文版

Description: sun公司的docs只有英文与日文的,这是中文版本的API-the docs only in English and Japanese, which is the Chinese version of the API
Platform: | Size: 204800 | Author: 段俊杰 | Hits:

[JSPjavaChinaAPI

Description: 我看到许多论坛的朋友, 寻找 中文的javaAPI, 无奈sun没有提供中文的,这是SUN对中国程序员的轻视,有日文,为什么不能有中文,小日本为什么不用看英文。 我利用JavaWebStudio里提供的, 制作chm格式的, 希望对大家学习java提供方便。 我看到?矶嗦厶车呐笥眩?寻找 中文的javaAPI, 无奈sun没有提供中文的,这是SUN对中国程序员的轻视,有日文,为什么不能有中文,小日本为什么不用看英文。 我利用JavaWebStudio里提供的, 制作chm格式的, 希望对大家学习java提供方便。-I see many friends in the forum, the Chinese find javaAPI Unfortunately, the Chinese do not provide sun, it is Sun programmers to China lightly, Japanese, why not Chinese, the small Japanese Why not look at the English. I use JavaWebStudio Lane, with the production chm format, we hope to facilitate learning java. I see many friends in the forum, the Chinese find java API Unfortunately, the Chinese do not provide sun, it is Sun programmers to China lightly, Japanese, why not Chinese
Platform: | Size: 2061312 | Author: 陈三 | Hits:

[JSPJavaMail_teach

Description: JavaMail开发手册.pdf 英文教材 1. Tutorial tips 2 2. Introducing the JavaMail API 3 3. Reviewing related protocols 4 4. Installing JavaMail 6 5. Reviewing the core classes 8 6. Using the JavaMail API 13 7. Searching with SearchTerm 21 8. Exercises 22 9. Wrapup 32-JavaMail Development Manual. Pdf an English textbook. Tutorial tips 2 2 . Introducing the JavaMail API 3. Reviewing re lated protocols 4. Installing JavaMail 6 5. Re viewing the core classes 6. Using the JavaMail API 13 7. Searching with SearchTerm 21 8. Exerci ses 22 9. Wrapup 32
Platform: | Size: 55296 | Author: 赵宁 | Hits:
« 1 2 3 4 5 67 8 9 10 11 12 »

CodeBus www.codebus.net